google.golang.org/grpc/internal/transport.bufWriter.Flush (method)

6 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L592: 			l.framer.writer.Flush()
		controlbuf.go#L637: 			l.framer.writer.Flush()
		http2_client.go#L469: 	if err := t.framer.writer.Flush(); err != nil {
		http2_server.go#L309: 	t.framer.writer.Flush()
		http2_server.go#L1408: 		t.framer.writer.Flush()
		http_util.go#L351: func (w *bufWriter) Flush() error {